Reactivate the other file-chooser tests. Forgot that before commiting revision 17994.
authorMathias Hasselmann <hasselmm@src.gnome.org>
Thu, 31 May 2007 21:52:05 +0000 (21:52 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Thu, 31 May 2007 21:52:05 +0000 (21:52 +0000)
svn path=/trunk/; revision=17995

ChangeLog
tests/autotestfilechooser.c

index 8041c218586dc5c900cee6ebb0586d951ba03293..00144048f40a81ca10f42066c70df4b2de60374c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
+
+       * tests/autotestfilechooser.c: Reactivate the other file-chooser
+       tests. Forgot that before commiting revision 17994.
+
 2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
 
        * gtk/gtkfilechooserdialog.c, tests/autotestfilechooser.c: Reset
index 181b72b3e8430ccb1c95f3645998ed8c7eabe683..7973220796109a499134f06d7b115d2dfd33409c 100644 (file)
@@ -1084,16 +1084,12 @@ main (int argc, char **argv)
 
   /* Start tests */
 
-#if 0
   passed = passed && test_black_box ();
-#endif
   passed = passed && test_confirm_overwrite ();
-#if 0
   passed = passed && test_action_widgets ();
   passed = passed && test_reload ();
   passed = passed && test_button_folder_states ();
   passed = passed && test_folder_switch_and_filters ();
-#endif
   log_test (passed, "main(): main tests");
 
   /* Warnings and errors */